home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TQRSTANDARDPREVIEW / TQRSTANDARDPREVIEW.txt
Encoding:
Text File  |  1999-03-12  |  23.8 KB  |  510 lines

  1. object QRStandardPreview: TQRStandardPreview
  2.   Left = 229
  3.   Top = 191
  4.   Width = 652
  5.   Height = 579
  6.   Caption = 'Print Preview'
  7.   ParentFont = True
  8.   KeyPreview = True
  9.   Position = poScreenCenter
  10.   ShowHint = True
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StatusBar: TStatusBar
  18.     Left = 0
  19.     Top = 533
  20.     Width = 644
  21.     Height = 19
  22.     Panels = <
  23.       item
  24.         Alignment = taRightJustify
  25.         Text = '0%'
  26.         Width = 40
  27.       end
  28.       item
  29.         Text = 'Page'
  30.         Width = 50
  31.       end>
  32.     SimplePanel = False
  33.   end
  34.   object ToolBar1: TToolBar
  35.     Left = 0
  36.     Top = 0
  37.     Width = 644
  38.     Height = 28
  39.     AutoSize = True
  40.     BorderWidth = 2
  41.     Flat = True
  42.     Images = Images
  43.     TabOrder = 1
  44.     object ToolButton1: TToolButton
  45.       Left = 0
  46.       Top = 0
  47.       Width = 8
  48.       Height = 22
  49.       Caption = 'ToolButton1'
  50.       ImageIndex = 12
  51.       Style = tbsDivider
  52.     end
  53.     object ZoomFit: TToolButton
  54.       Left = 8
  55.       Top = 0
  56.       Width = 23
  57.       Height = 22
  58.       Hint = 'Zoom to fit'
  59.       Caption = 'ZoomFit'
  60.       Grouped = True
  61.       ImageIndex = 0
  62.       Style = tbsCheck
  63.       OnClick = ZoomToFitClick
  64.     end
  65.     object Zoom100: TToolButton
  66.       Left = 31
  67.       Top = 0
  68.       Width = 23
  69.       Height = 22
  70.       Hint = '100%'
  71.       Caption = 'Zoom100'
  72.       Grouped = True
  73.       ImageIndex = 1
  74.       Style = tbsCheck
  75.       OnClick = ZoomTo100Click
  76.     end
  77.     object ZoomToWidth: TToolButton
  78.       Left = 54
  79.       Top = 0
  80.       Width = 23
  81.       Height = 22
  82.       Hint = 'Zoom to width'
  83.       Caption = 'ZoomToWidth'
  84.       Grouped = True
  85.       ImageIndex = 2
  86.       Style = tbsCheck
  87.       OnClick = ZoomToWidthClick
  88.     end
  89.     object Separator1: TToolButton
  90.       Left = 77
  91.       Top = 0
  92.       Width = 8
  93.       Height = 22
  94.       Caption = 'Separator1'
  95.       ImageIndex = 3
  96.       Style = tbsDivider
  97.     end
  98.     object FirstPage: TToolButton
  99.       Left = 85
  100.       Top = 0
  101.       Width = 23
  102.       Height = 22
  103.       Hint = 'First page'
  104.       Caption = 'FirstPage'
  105.       ImageIndex = 3
  106.       OnClick = FirstPageClick
  107.     end
  108.     object PreviousPage: TToolButton
  109.       Left = 108
  110.       Top = 0
  111.       Width = 23
  112.       Height = 22
  113.       Hint = 'Previous page'
  114.       Caption = 'PreviousPage'
  115.       ImageIndex = 4
  116.       OnClick = PrevPageClick
  117.     end
  118.     object ToolButton2: TToolButton
  119.       Left = 131
  120.       Top = 0
  121.       Width = 23
  122.       Height = 22
  123.       Hint = 'Next page'
  124.       Caption = 'NextPage'
  125.       ImageIndex = 5
  126.       OnClick = NextPageClick
  127.     end
  128.     object LastPage: TToolButton
  129.       Left = 154
  130.       Top = 0
  131.       Width = 23
  132.       Height = 22
  133.       Hint = 'Last page'
  134.       Caption = 'LastPage'
  135.       ImageIndex = 6
  136.       OnClick = LastPageClick
  137.     end
  138.     object Separator2: TToolButton
  139.       Left = 177
  140.       Top = 0
  141.       Width = 8
  142.       Height = 22
  143.       Caption = 'Separator2'
  144.       ImageIndex = 7
  145.       Style = tbsDivider
  146.     end
  147.     object PrintSetup: TToolButton
  148.       Left = 185
  149.       Top = 0
  150.       Width = 23
  151.       Height = 22
  152.       Hint = 'Printer setup'
  153.       Caption = 'PrintSetup'
  154.       ImageIndex = 7
  155.       OnClick = PrintSetupClick
  156.     end
  157.     object Print: TToolButton
  158.       Left = 208
  159.       Top = 0
  160.       Width = 23
  161.       Height = 22
  162.       Hint = 'Print'
  163.       Caption = 'Print'
  164.       ImageIndex = 8
  165.       OnClick = PrintClick
  166.     end
  167.     object Separator3: TToolButton
  168.       Left = 231
  169.       Top = 0
  170.       Width = 8
  171.       Height = 22
  172.       Caption = 'Separator3'
  173.       ImageIndex = 9
  174.       Style = tbsDivider
  175.     end
  176.     object SaveReport: TToolButton
  177.       Left = 239
  178.       Top = 0
  179.       Width = 23
  180.       Height = 22
  181.       Hint = 'Save Report'
  182.       Caption = 'PrintSetup'
  183.       ImageIndex = 10
  184.       OnClick = SaveClick
  185.     end
  186.     object LoadReport: TToolButton
  187.       Left = 262
  188.       Top = 0
  189.       Width = 23
  190.       Height = 22
  191.       Hint = 'Load Report'
  192.       Caption = 'Print'
  193.       ImageIndex = 9
  194.       OnClick = LoadClick
  195.     end
  196.     object Separator4: TToolButton
  197.       Left = 285
  198.       Top = 0
  199.       Width = 8
  200.       Height = 22
  201.       Caption = 'Separator4'
  202.       ImageIndex = 11
  203.       Style = tbsDivider
  204.     end
  205.     object ExitButton: TSpeedButton
  206.       Left = 293
  207.       Top = 0
  208.       Width = 40
  209.       Height = 22
  210.       Caption = '&Close'
  211.       OnClick = ExitClick
  212.     end
  213.   end
  214.   object QRPreview: TQRPreview
  215.     Left = 0
  216.     Top = 28
  217.     Width = 644
  218.     Height = 505
  219.     HorzScrollBar.Tracking = True
  220.     VertScrollBar.Tracking = True
  221.     Align = alClient
  222.     TabOrder = 2
  223.     PageNumber = 1
  224.     Zoom = 100
  225.   end
  226.   object Images: TImageList
  227.     Left = 54
  228.     Top = 42
  229.     Bitmap = {
  230.       494C01010B000F00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  231.       0000000000003600000028000000400000004000000001001000000000000020
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       0000000000000000000000000000000000000000000000000000000000000000
  273.       0000000000000000000000000000000000000000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       0000000000000000000000000000000000000000000000000000000000000000
  280.       0000000000000000000000000000000000000000000000000000000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000000000
  283.       0000000000000000000000000000000000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000000000
  287.       0000000000000000000000000000000000000000000000000000000000000000
  288.       0000000000000000000000000000000000000000000000000000000000000000
  289.       0000000000000000000000000000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000186300000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000018631863186318631863
  305.       1863186318631863000018630000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000420042000000000000
  307.       0000000000001863186300000042000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000001863000000000000000000000042004200420042
  310.       0042004200420042000000000000000000000000000000420042000000000000
  311.       0000000000001863186300000042000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000186318631863186318631863
  313.       E07FE07FE07F18631863000000000000000000000000E07F0000004200420042
  314.       0042004200420042004200000000000000000000000000420042000000000000
  315.       0000000000001863186300000042000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000186318631863186318631863
  317.       10421042104218631863000018630000000000000000FF7FE07F004200420042
  318.       0042004200420042004200000000000000000000000000420042000000000000
  319.       0000000000000000000000000042000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       00000000000000000000000018631863000000000000E07FFF7F000000420042
  322.       0042004200420042004200420000000000000000000000420042004200420042
  323.       0042004200420042004200420042000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000186318631863186318631863
  325.       18631863186318630000186300001863000000000000FF7FE07FE07F00000000
  326.       0000000000000000000000000000000000000000000000420042000000000000
  327.       0000000000000000000000420042000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       00000000000000001863000018630000000000000000E07FFF7FFF7FE07FFF7F
  330.       E07FFF7FE07F0000000000000000000000000000000000420000186318631863
  331.       1863186318631863186300000042000000000000000000000000000000000000
  332.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  333.       FF7FFF7FFF7FFF7F0000186300001863000000000000FF7FE07FE07FFF7FE07F
  334.       FF7FE07FFF7F0000000000000000000000000000000000420000186318631863
  335.       1863186318631863186300000042000000000000000000000000000000000000
  336.       0000000000000000000000000000000000000000000000000000FF7F00000000
  337.       000000000000FF7F0000000000000000000000000000E07FFF7F000000000000
  338.       0000000000000000000000000000000000000000000000420000186318631863
  339.       1863186318631863186300000042000000000000000000000000000000000000
  340.       0000000000000000000000000000000000000000000000000000FF7FFF7FFF7F
  341.       FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
  342.       0000000000000000000000000000000000000000000000420000186318631863
  343.       1863186318631863186300000042000000000000000000000000000000000000
  344.       00000000000000000000000000000000000000000000000000000000FF7F0000
  345.       0000000000000000FF7F00000000000000000000000000000000000000000000
  346.       0000000000000000000000000000000000000000000000420000186318631863
  347.       1863186318631863186300000000000000000000000000000000000000000000
  348.       00000000000000000000000000000000000000000000000000000000FF7FFF7F
  349.       FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
  350.       0000000000000000000000000000000000000000000000420000186318631863
  351.       1863186318631863186300001863000000000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000000000000000000000
  353.       0000000000000000000000000000000000000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       0000000000000000000000000000000000000000000000000000000000000000
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       0000000000000000000000000000000000000000000000000000000000000000
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       0000000000000000000000000000000000000000000000000000000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000000000000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000004000000000000000000000000000000000000000000000004000000000
  378.       0000000000000000000000000000000000000000000000000040000000000000
  379.       0000000010001000000000000000000000000000000000001042000000000000
  380.       E07FE07FE07F1042000000000000000000000000000000000000000000000000
  381.       0040004000000000000000000000000000000000000000000000004000400000
  382.       0000000000000000000000000000000000000000000000000040004000000000
  383.       0000000010001000000000000000000000000000000000001042104200000000
  384.       1042104210421042000000000000000000000000000000000000000000000040
  385.       0040004000000000000000000000000000000000000000000000004000400040
  386.       0000000000000000000000000000000000000000000000000040004000400000
  387.       0000000010001000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000400040
  389.       0040004000000000000000000000000000000000000000000000004000400040
  390.       0040000000000000000000000000000000000000000000000040004000400040
  391.       0000000010001000000000000000000000000000000000001042104210421042
  392.       0000000010421042000000000000000000000000000000000000004000400040
  393.       0040004000000000000000000000000000000000000000000000004000400040
  394.       0040004000000000000000000000000000000000000000000040004000400040
  395.       0040000010001000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000400040
  397.       0040004000000000000000000000000000000000000000000000004000400040
  398.       0040000000000000000000000000000000000000000000000040004000400040
  399.       0000000010001000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000040
  401.       0040004000000000000000000000000000000000000000000000004000400040
  402.       0000000000000000000000000000000000000000000000000040004000400000
  403.       0000000010001000000000000000000000000000000000000000000000000000
  404.       00000000000000001002FF03FF03FF0300000000000000000000000000000000
  405.       0040004000000000000000000000000000000000000000000000004000400000
  406.       0000000000000000000000000000000000000000000000000040004000000000
  407.       0000000010001000000000000000000000000000104200000000000000000000
  408.       0000000000000000FF0310020000000010420000000000000000000000000000
  409.       0000004000000000000000000000000000000000000000000000004000000000
  410.       0000000000000000000000000000000000000000000000000040000000000000
  411.       00000000100010000000000000000000000000000000FF031002FF03FF03FF03
  412.       FF03FF03FF03FF03FF0300000000000000000000000000000000000000000000
  413.       0000000000000000000000000000000000000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000104200000000000000000000
  416.       0000000000000000FF0310020000000010420000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       00000000000010421002FF03FF03FF0300000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000104200000000000010420000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       0000000000000000000000000000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000100210421002104210021042
  437.       1002104210021042100210421002000000000000000000000000000000000000
  438.       0000000000000000000000000000000000001000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000104210021042000000000000
  441.       0000000000000000104210021042000000000000000000000000000000000000
  442.       0000000000000000000000000000000000001000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000001000100000000000
  444.       0000000000000040000000000000000000000000100210421002000000000000
  445.       0000000000000000100210421002000000000000000000000000000000000000
  446.       0000000000000000000000000000000000001000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000001000100000000000
  448.       0000000000400040000000000000000000000000104210021042000000001000
  449.       1000100000000000104210021042000000000000000000000000000000000000
  450.       0000000000000000000000000000000000001000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000001000100000000000
  452.       0000004000400040000000000000000000000000100210421002000000000000
  453.       0000000000000000100210421002000000000000000000000000000000000000
  454.       0000000000000000000000000000000000001000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000001000100000000000
  456.       0040004000400040000000000000000000000000104210021042000000001000
  457.       1000000000000000104210021042000000000000000000000000000000000000
  458.       0000000000000000000000000000000000001000000000001000000000000000
  459.       0000000000000000100000000000000000000000000000001000100000000040
  460.       0040004000400040000000000000000000000000100210421002000000000000
  461.       0000000000000000100210421002000000000000000000000000000000000000
  462.       0000000000000000000000000000000000001000000010001000000000000000
  463.       0000000000000000100010000000000000000000000000001000100000000000
  464.       0040004000400040000000000000000000000000104210021042000000001000
  465.       1000100000000000104210021042000000000000000000000000000000000000
  466.       0000000000000000000000000000000000001000100010001000100000000000
  467.       0000000000001000100010001000000000000000000000001000100000000000
  468.       0000004000400040000000000000000000000000100210421002000000000000
  469.       0000000000000000100210421002000000000000000000000000000000000000
  470.       0000000000000000000000000000000000001000000010001000000000000000
  471.       0000000000000000100010000000000000000000000000001000100000000000
  472.       0000000000400040000000000000000000000000104210021042000000000000
  473.       0000000000000000104210021042000000000000000000000000000000000000
  474.       0000000000000000000000000000000000001000000000001000000000000000
  475.       0000000000000000100000000000000000000000000000001000100000000000
  476.       0000000000000040000000000000000000000000100210421002104210021042
  477.       1002104210021042100210421002000000000000000000000000000000000000
  478.       0000000000000000000000000000000000001000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       000000000000000000000000000000000000424D3E000000000000003E000000
  489.       2800000040000000400000000100010000000000000200000000000000000000
  490.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       00000000000000000000000000000000FFFFFFFFFFFF0000C007FFFF80010000
  495.       8003801F800100000001800F800100000001800F800100000001800780010000
  496.       000080038001000000008001800100008000801F80010000C000801F80010000
  497.       E001801F80010000E007CFF380010000F007FFF380010000F003FF7B80010000
  498.       F803FF8F80010000FFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFC007
  499.       FFFFFFFFFFFFBFEBFFFFFFFFFFFF0005FF7FF7FFEF9F6E11FE7FF3FFE79F6615
  500.       FC7FF1FFE39F0006F87FF0FFE19F618AF07FF07FE09F8014F87FF0FFE19FDFEA
  501.       FC7FF1FFE39FEFE0FE7FF3FFE79F8000FF7FF7FFEF9F8007FFFFFFFFFFFF8000
  502.       FFFFFFFFFFFFF7C0FFFFFFFFFFFFF800FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  503.       800380038003FFFF00017FFD7FFDFFFF00014005781DE7DF07C17FFD7FFDE79F
  504.       04414005783DE71F07C17FFD7FFDE61F04C14005686DE41F07C17FFD4FE5E61F
  505.       044140050441E71F07C17FFD4FE5E79F00014005682DE7DF00017FFD7FFDFFFF
  506.       800380038003FFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
  507.       000000000000}
  508.   end
  509. end
  510.